purple_request_file

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. void* purple_request_file(void* handle, const(char)* title, const(char)* filename, gboolean savedialog, GCallback ok_cb, GCallback cancel_cb, PurpleAccount* account, const(char)* who, PurpleConversation* conv, void* user_data)
    version(Derelict_Link_Static)
    extern (C) extern (C) nothrow
    void*
    purple_request_file
    (
    void* handle
    ,
    const(char)* title
    ,
    const(char)* filename
    ,
    gboolean savedialog
    ,
    GCallback ok_cb
    ,
    GCallback cancel_cb
    ,,
    const(char)* who
    ,,
    void* user_data
    )
  2. da_purple_request_file purple_request_file;

Meta